If, do you want to cancel this inheritance so that common edit bar should not come to all pages?
If yes, then please check the resourceType of parent page from where this edit bar started. check if resourceType is iparsys, change it to parsys.
<cq:include path="par" resourceType="foundation/components/iparsys" /> to <cq:include path="par" resourceType="foundation/components/parsys" />
~kautuk
Kautuk Sahni