Remove Paypal Express Checkout From View Cart Page

How to completely disable or remove paypal express checkout from view cart page.

I do not have in mind to disable class via css

design/themes/THEME/templates/views/checkout/components/cart_content.tpl

remove

{if $checkout_add_buttons}
    
{__("or_use")} {foreach from=$checkout_add_buttons item="checkout_add_button"} {/foreach}
{$checkout_add_button nofilter}
{/if}

or override this template with addon

Thank you