Suppose you have the following branches {0;0;0},{0;0;1},{0,0,2},{0,0,3}. How do you go about removing a particular branch from the tree, say {0;0;1}, so that the output is {0;0;0},{0,0,2},{0,0,3} ?
Get a list of all the branches using the ParamViewer object (it outputs a list of branch paths). Remove the offending path using a [Cull Index] or [Cull Pattern] component, then use [Tree Branch] to extract all the other branches from the original tree: