Removing Specific Data Denoted by Parentheses

I am looking for a way within a list to extract the x set of parenthesis data I have in a list.
See snap shot below:

From above, let’s say I want to only get the 2nd set of data, the end result should yield a list with only the results in red:

And the result if I wanted the 1st set of data would be the following:

Any thoughts on how to get this done? My mind maybe goes to break the list down into lists of lists and then utilizing get item a index using level control to select the apprioriate data, but I do not know how to break the list down into a list of lists based on the parentheses markings within the data.

Thanks!

Hi @austin.guter,

Do you need to keep the parenthesis ?
Split