Time associated with the label that was removed
GreenSock Docs (HTML5/JS)
TimelineMax
.removeLabel()
.removeLabel( label:String ) : *
Removes a label from the timeline and returns the time of that label.
Parameters
label: String
The name of the label to remove
Returns : *

Details
Removes a label from the timeline and returns the time of that label. You could also use the remove()
method to accomplish the same task.