MoveTo is not a good choice for this. It's supposed to move to a specific position, not slow down and stop mid way.
I suggest using a different behavior, for example Car.
With MoveTo you can try reducing speed with an event running on every tick:
Touch is Not in touch
Player MoveTo Set speed to (self.MoveTo.speed*0.95)