As example remove footer
block from homepage.
We need change/rewrite layout cms_index_index.xml
in base/luma
or in any custom theme, namely add
<?xml version="1.0"?>
<!--
/**
* Copyright © 2017 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="footer" remove="true"/>
</body>
</page>
thereafter we need flush cache, simple way execute this command in console:
bin/magento cache:flush && bin/magento cache:clean