How to remove post process effect via blueprints

I’m trying to remove a post-process effect from an actor when they overlap another trigger box. I tried to copy the same logic but there doesn’t seem to be a “remove post-process component option”.

Reference that component first. Then you can have the owning actor destroy it - ideally via a custom event / function.