MAGENTO 2 remove sidebar.main sidebar.aditional with xml update does not work
The only solution It worked for me was xml update by removing catalog.leftnav
e.g
<referenceContainer name="content">
<referenceBlock name="catalog.leftnav" remove="true"/>
</referenceContainer >