@Shamil0 I don't know. I used a basic setup and it works for me.
I put the notetag:
Code:
<Custom Remove Effect>
console.log("Executed!");
</Custom Remove Effect>
and it produced the expected result when the actor died in battle:

Try pressing F8, go to the Console tab, see if there are any errors in there indicating the plugin code isn't loading or your code isn't running.
You're using script calls from Yanfly's Base Parameter Control, which I don't see in your plugin manager above.
Additionally, if it is there but off the screen, that's in the wrong place. It should be immediately beneath the Core Engine.
Double check the order of plugins on the Yanfly Engine Web page, make sure yours are exactly in that order. Not following it can cause random bugs.