Removing input/outout nodes in EnsembleArrays()

When I create an multiple ensembles using EnsembleArray(), I get those ensembles but I also get input and output nodes, how can I remove these nodes so I just have the ensembles? As if specifying the ensembles individually within a nengo.Network().

Thanks!