How do I remove the ''Express Checkout'' from the checkout page

Hello, how do I remove this from the checkout page:

Thanks in advance!

Hi solved it.

Added this code to the ajax-cart-template.liquid file:

{% if additional_checkout_buttons %}

{{ content_for_additional_checkout_buttons }}
{% endif %}

And this to the CSS file:

.additional_checkout_buttons{
display:none !important;
}