Trouble with Parallex GPS and Arduino Mega2560

So I switched pins so my code reads:
SoftwareSerial GPS = SoftwareSerial (2,3)

but it still comes up with a repeated "y" in the serial monitor. Should I use another command besides the SoftwareSerial function? Maybe something like a hardware interface function. I'm open to any ideas.