Preventing players from bouncing off wedges

Hello all,

I have a 2d platforming-heavy game that has moves that will move the player upward. However, when the player hits upside down slopes, the player will bounce off of it pretty violently. What are some ways I can avoid this?

Ideally, I want the player to keep moving up wedges without bouncing off of it.