Remove part of the selection

Hi everybody,
How can I remove some of the selected element?
When I select multiple link, webscraper select all the link in the page but I wan't to remove some of them , is there a way to do it? For instance the two at the bottom
Thanks in advance

Hi, to set more specific selectors you can use Jquery or :nth-of-type(n)

See more here A Quick Guide to CSS and jQuery Selectors for Web Scraper | Web Scraper