Is there an easy way to remove only 1 filter, not all filters.

In the _FilterSpecsBox.cshtml the following line removes all the filters.  

<a href="@Model.RemoveFilterUrl" class="remove-product-spec-filter">@T("Filtering.SpecificationFilter.Remove")</a>

I wanted to know if there is a simple way that doesn't require re-building the source that will all me to remove specific filters.