You can edit the webpart's Visibility -> Visible property by clicking on the small arrow next to it and use macro similar to:
{% NodeAliasPath != "/Company/About-Us" %}
This will return true for all pages but the one with specified NodeAliasPath, therefore will be visible on all but the one.
Dave