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 counters.txt file. 
<% Counters.Remove(hitscounter) %> 
 
Counters component