Unity animator remove bool state for entire transition

i was creating animaton for my character , and i want to modify something to make the character look better , but unfortunally i need to remove the bool first from entire transition in the animator , and i did not found the way to do it ( remove the bool from entire transition ).

In the screenshot what i was meaning is to remove the NotMoving bool but to delete it i must remove it from all transition that have the bool .

Screenshot :

As you see in the screenshot , to delete the bool i must delete the bool from all transition that have the bool , but i just dont want to do it manually , any help ?

Edit : its worked without using NotMoving bool in the script , but it can cause bug if i continute editing and scripting my character , so i still need to remove it

I still waiting until now for someone to answer because i need to remove the bool parameter