There is an action to remove all but not to remove one specific effect. I also can't use the set effect parameter action because that requires them to be added in a specific order, but I don't know what order the user will ad the effects.
Develop games in your browser. Powerful, performant & highly capable.
Also, I need to be able to set the parameters without knowing the order as well, so that is a different but very closely tied issue that I'm facing.
Update: I found a solution using arrays and setting parameters to 0 to make it work but it would still be nice if this was a feature.