How to remove header links in Magento 2
Please follow the below instructions :
Step 1 :- Go to app/design/frontend/VenderName/ThemeName/Magento_Theme/layout/default.xml
Step 2 :- Copy below Code
<referenceBlock name="wish-list-link" remove="true"/>
<referenceBlock name="catalog.compare.link" remove="true"/>
Step 3 :- Paste this code in default.xml before body tag () and save it.
It will remove the links from the header