Remarks
Tab stops are indexed numerically from left to right along the ruler.

Example
The following example removes the first custom tab stop from the selected paragraphs.

Visual Basic for Applications
Sub ClearTabStop() Selection.TextRange.ParagraphFormat.Tabs(1).Clear End Sub 

See also: