I figured it out! ^_^ It was really simple.
I had the events:
+Enemy is overlapping Pool
->Enemy activate Warp Effect
+Else
->Enemy deactivate Warp Effect
What I should have had was
+Enemy is overlapping Pool
->Enemy activate Warp Effect
+Enemy is not overlapping Pool
->Enemy deactivate Warp Effect
So simple lol.