Downloadable Products tabs remove from the Customer Dashboard Magento 2.

We can remove the My Downloadable Products Section from the Customer Profile Left sidebar.

This tab contains the information of purchased Downloaded products from the site. If you have purchased any downloaded products like Audio songs, Extension, eBook or any other relevant products, You can see it from this tab.

Block name used to display tab,
customer-account-navigation-downloadable-products-link

<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceBlock name="customer-account-navigation-downloadable-products-link" remove="true"/>
    </body>
</page>

Path: app/design/frontend/{VendorName}/{themename}/Magento_Downloadable/view/frontend/layout/customer_account.xml

Clean the cache after finish your changes.

Run command, bin/magento cache:clean and again check the customer account page, a link will be removed from the sidebar.
Check All the navigation links details, Navigation links