How can I remove the 'view all products' button in Impulse theme?

I’m using the Impulse theme on mobile. I would like to keep the “view all” button on the top of the collection but remove the “view all 4 products” button on the right. Any suggestion on how to do it?

Add this code in collection-template file

{% comment %}

  {{ 'collections.general.view_all' | t }}

{% endcomment %}

I am a little bit new to coding, I am not finding the collection-template file. Can you explain that more? Also where in the code should I place this?