The Remove method takes the name of a counter, removes the counter from the Counters object, and deletes the counter from the Counters.txt file.
Counters.Remove(CounterName)
The following code removes the counter hitscounter
from the ounters.txt file.
<% Counters.Remove(hitscounter) %>