Custom remove.xml for uninstalling the Microsoft Office ProPlus 365 Click-to-run product.
<Configuration>
<Remove>
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Remove>
</Configuration>
To remove all Click-to-run installations.
<Configuration>
<Remove All="TRUE" />
</Configuration>