What is the current position when you start the animation (ie what is the value of position.y)?
Remember that it is the bottom left corner which is 0,0 and as you move up the screen the y-value increases. Since you animate position.y to the value of 1700 it is probably likely that the bullet is travelling up the screen, not down?
The value of y is 942 and its shoots up the screen, I need it to shoot downwards from a starting position where my enemy is which is x: 751 and y: 942.
This is a screen shot of my bullet going towards the top of the screen rather than at the player ship.