Apply Impulse away from object

I want to be able to click an object and an impulse to be applied so that the object flings directly away from the player. How would I go about this? I don’t know how to change the impulse value in body.applyImpulse(impulse, pos) to always fling away from the player’s position. How would I go about doing this? Thanks for the help in advance!