[products] Remove unused old-style product definition

We now define the terminal product in //products in a different format.

Change-Id: Id652478798e762a1d172fedc49f79067d6c0ae96
diff --git a/packages/products/BUILD.gn b/packages/products/BUILD.gn
deleted file mode 100644
index 401fefa..0000000
--- a/packages/products/BUILD.gn
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 2019 The Fuchsia Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-group("term") {
-  testonly = true
-  public_deps = [
-    "//garnet/packages/products:graphical",
-    "//garnet/packages/tools:scenic",
-    "//topaz/packages/config:term",
-    "//topaz/packages/prod:term",
-  ]
-}