Omit Specifically Indexed Item from List

I’m working on creating an attractor system that is based on a point that is generated from an evaluated UV surface. I created an integer slider to select a specific point from the list of xyz’s of the surface, but now I need to omit that point from the original list in order to generate the distance relationships. Otherwise I’m getting an error when I try to generate a line to visulize the distances similar to the tutorial file. I’m not seeing a list node that does this and I’m wondering what operation I need to do in order simply subtract this point from the original list. I’m working in build Build 0.6.3.7993. Thanks.

DynamoCapture_03

How about Remove From List?

ah ha! Thank goodness. That node doesn’t display in the search for list! Thanks Andreas!