How to remove elements from the global variable

I want to remove all the elements which are present in both setaccum having data type integer.

you can try with
@@myaccum.remove(INTvalue) to remove only single value or @@myaccum.clear() to remove all elements.