I am having a strange issue. After clearing all filters on one dimension, one of the entries is missing from that dimension but it is still in the crossfilter. See example code here:
types.filter('visa');
payments.remove();
types.filterAll();
For more details look at that fiddle: http://jsfiddle.net/RFontana/6YWSd/