Remove item from 2004 ListBox

Is there a simple method of removing a selected Item in a listbox (v.2) which was populated dynamically?

I have a feeling I have create a new function to loop thru the array again to remove the item that was selected.