You cant remove labels from a cfdump, cfdump is only used for debugging.
You can however loop over structures using cfloop
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p81.htm
You can also reference an item in a structure by its location.
This might be what your looking...